【例子介绍】C#做的计算器,界面漂亮,通用版本!
适合初学者使用的计算器,代码内容比较简单,容易上手!欢迎下载.....
【相关图片】
【源码结构】
.
├── C#做的计算器,界面漂亮,通用版本!.rar
└── 个人计算器
├── 个人计算器
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── QQ.jpg
│ ├── bin
│ │ └── Debug
│ │ ├── 个人计算器.exe
│ │ ├── 个人计算器.pdb
│ │ └── 个人计算器.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 个人计算器.Form1.resources
│ │ │ ├── 个人计算器.Properties.Resources.resources
│ │ │ ├── 个人计算器.csproj.GenerateResource.Cache
│ │ │ ├── 个人计算器.exe
│ │ │ └── 个人计算器.pdb
│ │ └── 个人计算器.csproj.FileList.txt
│ └── 个人计算器.csproj
├── 个人计算器.sln
└── 个人计算器.suo
10 directories, 24 files
评论